home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Supercompiler 1997
/
SUPERCOMPILER97.iso
/
Delphi 3.0
/
DATA.Z
/
REGCONST.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1997-01-30
|
215 b
|
18 lines
unit regconst;
interface
{$R regconst.RES}
const
SAbout = 1;
SUsage = 2;
SFileNotFound = 3;
SCantFindProc = 4;
SRegFail = 5;
SLoadFail = 6;
SRegSuccessful = 7;
implementation
end.